<<español abajo>>
Compile with "editex.bat" or "\hmg\build demo.hbp demo.hbc"
(or open it with QPM --> Editex-demo_par.qpm)

Look at procedure AdvancedDemo2()  c.line 269  (in demo.prg)
Especially at lines 300-325 (control parameters)
and the calling to ABM2() at line 330 (look at the end)  the 11th param

In this new parameter you can put either:
- "1" (or nothing por compatibility) for standard 1 column ...or
- "H" or "V" for 2 columns (vertically or horizontally arranged) ...or
- An array with the control and labels definitions (see demo.prg)
The last will be generated by ABM2() for you, then you can modify it
look for the file "dbname.param" in this case "test.param" (just copy and paste)
___

In summary:
-0- Remember that you can sort the fields in your database using "DBA"
     of Mr Esgici ("modify", "table" and there click the "?" Icon for instructions)
-1- Call the function with the 11th parameter you consider most appropriate (1, H, V)
    If it is ok for you, you are done. :)
-2- copy the contents of the generated file "dbase.param" and use it 
     to conform the 11th parameter (see demo.prg, line 330)
-3- If all is well, it should work exactly as before
     Now you can modify it to your liking

---------------------------------

Compilar con "editex.bat" o "\hmg\build  demo.hbp  demo.hbc"
(o abralo con QPM --> Editex-demo_par.qpm)

Observe el procedimiento AdvancedDemo2() c.line 269 (en demo.prg)
Especialmente en las líneas 300-325 (parámetros de control)
Y la llamada a ABM2() en la línea 330 (mire al final) el 11º parámetro

En este nuevo parámetro se puede poner:
- "1" (o nada por compatibilidad) para el normal de 1 columna ... ó
- "H" o "V" para 2 columnas (dispuestas verticalmente o horizontalmente) ... ó
- Una matriz con las definiciones de control y etiquetas (ver demo.prg)
Este será generado automaticamente por ABM2, después usted puede modificarlo
busque el archivo "dbname.param" en este caso "test.param" (simplemente copie y pege)
___

En resumen:
-0- Recuerde que puede ordenar los campos de su base de datos usando "DBA" 
    del Sr Esgici ("modify", "table" y allí el icono "?" para instrucciones)
-1- Llame a la función con el parámetro que considere mas apropiado (1,H,V)
    Si está conforme con el resultado, ya está listo :)
-2- copie el contenido del archivo generado "dbase.param" y utilicelo para
    conformar el 11º parametro (vea demo.prg , linea 330)
-3- Si todo esta bien, debe funcionar exactamente igual que antes
    ahora puede modificarlo a gusto
